home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / FontMetrics.pod < prev    next >
Text File  |  2009-05-09  |  1KB  |  72 lines

  1. =head1 NAME
  2.  
  3. Pango::FontMetrics - object for Pango containing overall metric information for a font
  4.  
  5. =cut
  6.  
  7. =head1 HIERARCHY
  8.  
  9.   Glib::Boxed
  10.   +----Pango::FontMetrics
  11.  
  12.  
  13.  
  14. =cut
  15.  
  16. =for object Pango::FontMetrics - object for Pango containing overall metric information for a font
  17.  
  18. =cut
  19.  
  20.  
  21.  
  22.  
  23. =head1 METHODS
  24.  
  25. =head2 integer = $metrics-E<gt>B<get_approximate_char_width> 
  26.  
  27. =head2 integer = $metrics-E<gt>B<get_approximate_digit_width> 
  28.  
  29. =head2 integer = $metrics-E<gt>B<get_ascent> 
  30.  
  31. =head2 integer = $metrics-E<gt>B<get_descent> 
  32.  
  33. =head2 integer = $metrics-E<gt>B<get_strikethrough_position> 
  34.  
  35. Since: pango 1.6
  36.  
  37. =head2 integer = $metrics-E<gt>B<get_strikethrough_thickness> 
  38.  
  39. Since: pango 1.6
  40.  
  41. =head2 integer = $metrics-E<gt>B<get_underline_position> 
  42.  
  43. Since: pango 1.6
  44.  
  45. =head2 integer = $metrics-E<gt>B<get_underline_thickness> 
  46.  
  47. Since: pango 1.6
  48.  
  49.  
  50.  
  51. =cut
  52.  
  53.  
  54. =head1 SEE ALSO
  55.  
  56. L<Pango>, L<Glib::Boxed>
  57.  
  58.  
  59. =cut
  60.  
  61.  
  62. =head1 COPYRIGHT
  63.  
  64. Copyright (C) 2003-2008 by the gtk2-perl team.
  65.  
  66. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  67.  
  68.  
  69.  
  70. =cut
  71.  
  72.